home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
Projects
/
Testers
/
Cadenze Tester
< prev
next >
Wrap
Text File
|
1998-10-26
|
1KB
|
43 lines
(def-orchestra 'orchestra
all-instruments (piano)
piano (voice1 voice2 voice3 voice4)
)
(def-section-timesheet sect-a
with 1/1
tonality " ......." (activate-tonality (c min 3 1 3) (f min 1 1 3) (g maj 5 1 3) (c v 1 1 3))
piano "--------"
;
; bass patterns
;
legato 90
beat 1/2 ; !---!---!---!---!---!---!---!---!---!---!---!---!---!---!---!---!
voice1 "-" '(a) with '(65 55 65 75)
beat 1/4 ; !---!---!---!---!---!---!---!---!---!---!---!---!---!---!---!---!
voice2 "-" '(b b b -b) with '(65 55 65)
beat 1/8 ; !---!---!---!---!---!---!---!---!---!---!---!---!---!---!---!---!
voice3 "-" '(c -d c -f) with '(65 55)
beat 1/16 ; !---!---!---!---!---!---!---!---!---!---!---!---!---!---!---!---!
voice4 "-" '(d e g) with '(65)
)
(def-section sect-a
voice1
channel 1
voice2
channel 2
voice3
channel 3
voice4
channel 4
)
(def-tempo 60)
(midiport :printer)
(play-file-p "chords"
all-instruments '(sect-a)
)